queryrequest
Class AppInfo
java.lang.Object
queryrequest.AppInfo
public class AppInfo
- extends java.lang.Object
Method Summary |
java.lang.String |
getAppCertificate()
Gets the value of the appCertificate property. |
java.lang.String |
getAppID()
Gets the value of the appID property. |
void |
setAppCertificate(java.lang.String value)
Sets the value of the appCertificate property. |
void |
setAppID(java.lang.String value)
Sets the value of the appID property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appID
protected java.lang.String appID
appCertificate
protected java.lang.String appCertificate
AppInfo
public AppInfo()
getAppID
public java.lang.String getAppID()
- Gets the value of the appID property.
- Returns:
- possible object is
String
setAppID
public void setAppID(java.lang.String value)
- Sets the value of the appID property.
- Parameters:
value
- allowed object is
String
getAppCertificate
public java.lang.String getAppCertificate()
- Gets the value of the appCertificate property.
- Returns:
- possible object is
String
setAppCertificate
public void setAppCertificate(java.lang.String value)
- Sets the value of the appCertificate property.
- Parameters:
value
- allowed object is
String